home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / 915resolution.postinst < prev    next >
Encoding:
Text File  |  2007-02-12  |  339 b   |  13 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by dh_installinit
  4. if [ -x "/etc/init.d/915resolution" ]; then
  5.     update-rc.d 915resolution defaults 12 >/dev/null
  6.     if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then
  7.         invoke-rc.d 915resolution start || exit $?
  8.     else
  9.         /etc/init.d/915resolution start || exit $?
  10.     fi
  11. fi
  12. # End automatically added section
  13.